PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFLineEndStyle Enumeration
In This Topic
    PDFLineEndStyle Enumeration
    In This Topic
    Defines the supported styles to end a line annotation.
    Members
    MemberDescription
    CIRCLEA circle filled with annotation's interior color, if any.
    CLOSED_ARROWTwo short lines meeting in an acute angle as in the OpenArrow style,connected by a third line to form a triangular closed arrowhead filled with annotation's interior color, if any.
    NONENo line ending.
    OPEN_ARROWTwo short lines meeting in an acute angle, forming a open arrow head.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.annotations.PDFLineEndStyle

    See Also